run a server php terminal

47

run php server -

cd path/to/your/app
php -S localhost:8000

run a server php terminal -

$ cd ~/public_html
$ php -S localhost:8000

Comments

Submit
0 Comments